vcMessageScope

vcMessageScope is a context manager for creating a message scope with a specific text and font family. It allows for structured message logging within the scope.

See in: Overview

Module: vcCore

Parent: -

Children -

Referenced by: vcMessageService.createScope()

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
FontFamilyStringRGets the font family to be used for the message scope.
See more
When the value is an empty string, the application will use the vcMessageService.MonospaceFontFamily. Defaults to an empty string.
TextStringRGets the text to be displayed in the message scope.